home *** CD-ROM | disk | FTP | other *** search
/ Internet 53 / INTERNET53.iso / pc / software / windows / building / coldfusion studio evaluation / data1.cab / CFS_Wizards / CFML / Verity_VPathIndexing.wml < prev    next >
Encoding:
Text File  |  1998-10-08  |  850 b   |  32 lines

  1. <WIZIF not ParameterExists( 'URLPath' )>
  2.     <WIZSET URLPath = ''>
  3. <WIZELSE>
  4.     <WIZSET URLPath = Trim( URLPath )>
  5. </WIZIF>
  6.  
  7.  
  8. <CFSET IndexCollection = "$${Collection}">
  9. <CFSET IndexDirectory = "$${WorkingDirectory}">
  10. <CFSET IndexRecurse = "<WIZIF Recursive>YES<WIZELSE>NO</WIZIF>">
  11. <CFSET IndexExtensions = "$${Extensions}">
  12. <CFSET IndexLanguage = "$${Language}">
  13.  
  14. <CFINDEX 
  15.     collection="#IndexCollection#"
  16.     action="REFRESH"
  17.     type="PATH"
  18.     key="#IndexDirectory#\"
  19.     extensions="#IndexExtensions#"
  20.     recurse="#IndexRecurse#"
  21.     language="#IndexLanguage#"
  22. <WIZIF URLPath NEQ ''>
  23.     urlPath="$${URLPath}"
  24. </WIZIF>
  25. >
  26.  
  27. <HTML><HEAD>
  28.     <TITLE>$${ApplicationName} - Indexing Finished</TITLE>
  29. </HEAD><BODY bgcolor="ffffff">
  30.  
  31. <FONT size="+1">$${ApplicationName}</FONT> <BR>
  32. <FONT size="+2"><B>Indexing Finished</B></FONT>